home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / shell / MultiFR12.lha / MultiFR / MultiFR.doc < prev    next >
Text File  |  1995-06-18  |  2KB  |  73 lines

  1. REQUIREMENTS :
  2. ~~~~~~~~~~~~~~
  3.     Kickstart 2.04 or better.
  4.  
  5.  
  6. INTRODUCTION :
  7. ~~~~~~~~~~~~~~
  8.     I never found a multi-files Find/Replace feature in any text editor
  9. I have ever tried on my Amiga. That's why I wrote MultiFR. It isn't a
  10. great piece of programming art, but it helped me a lot on some occasions
  11. and I suppose it can be the same for other people. That's why I decided
  12. to release it now.
  13.  
  14.  
  15. USING :
  16. ~~~~~~~
  17.     MultiFR is an only CLI tool. Its command line template is :
  18.  
  19. FS=FIND_STR/A,RS=REPLACE_STR/A,FILES/M/A,
  20. HFS=HEX_FIND_STRING/S,HRS=HEX_REPLACE_STRING/S,CI=CASE_INSENSITIVE/S
  21.  
  22.     where :
  23.         - FIND_STR is the string to be replaced (surround it by "
  24. characters if it contains exotic symbols like a comma or a colon)
  25.         - REPLACE_STR is the string to replace with (surround it by "
  26. characters if it contains exotic symbols like a comma or a colon)
  27.         - FILES are files to be scanned (wild cards allowed)
  28.         - HEX_FIND_STRING switch indicates that the given find string
  29. is written using hexadecimal format
  30.         - HEX_REPLACE_STRING switch indicates that the given replace
  31. string is written using hexadecimal format
  32.         - CASE_INSENSITIVE switch indicates that the search stage will
  33. be case insensitive (by default, it IS case sensitive)
  34.  
  35.     Note that a string written using hexadecimal format is something
  36. like "304A" (which corresponds to the real string : "0J") . No leading
  37. "$" character needs to be added.
  38.  
  39.     Each scanned file is shown, and a dot is printed next to its name
  40. each time MultiFR finds and replaces a string.
  41.  
  42.     That's all folks !
  43.  
  44.  
  45. TECHNICAL :
  46. ~~~~~~~~~~~
  47.     Compiled with Amiga E v3.1a registered. Sources included.
  48.  
  49.  
  50. FUTURE :
  51. ~~~~~~~~
  52.     MultiFR always satisfies my needs but some extras features may be
  53. added easily if needed. Just send me a note by email if you want such
  54. improvement.
  55.  
  56.  
  57. HISTORY :
  58. ~~~~~~~~~
  59.     1.0 : first release
  60.     1.1 : added support for hexadecimal string format for cases where
  61. _VERY_ exotic symbols (like tab or enter) are needed
  62.     1.2 : now case sensitivity/insensivity is supported
  63.  
  64.  
  65. DISTRIBUTION & DISCLAIMER :
  66. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  67. This software is subject to the "Standard Amiga FD-Software Copyright Note"
  68. It is FREEWARE as defined in paragraph 4a.
  69. For more information please read "AFD-COPYRIGHT" (Version 1 or higher).
  70.  
  71.  
  72.     Lionel Vintenat (vintenat@supaero.fr)
  73.